home *** CD-ROM | disk | FTP | other *** search
/ SPACE 1 / SPACE - Library 1 - Volume 1.iso / utilitys / 266 / dcdeskey.doc < prev    next >
Encoding:
Text File  |  1989-01-23  |  2.8 KB  |  77 lines

  1. Here it is, the latest DC Ware...
  2.  
  3. ****************
  4. This version is a BETA test version.
  5. ****************
  6.  
  7. DC DESKEY, a desktop menu selector using keystrokes.
  8.  
  9. It has some quirks:
  10.  
  11. Don't select Install Application without having a program selected because
  12. it will *CRASH* the system.  (BETA ROMs only - old ROMs don't crash)
  13.  
  14. Don't select Install Disk Drive using the old ROMs, it'll crash
  15. (Old ROMs only - new ROMs don't crash)
  16.  
  17. Don't use a DESKEY if you are already in one because it will buffer up the
  18. selection, and some selections are fatal if buffered.  (One I found is
  19. install disk drive... I'm sure there are others)
  20.  
  21. Some selections (Show Info, Format) need an icon selected.  They aren't
  22. fatal if used thru a DESKEY, nothing will happen.
  23.  
  24. I don't know, there may be more.  Let me know how useful you think this is.
  25.  
  26. DC DESKEY wont allow you to select menus when not at the desktop, but will
  27. allow you to select DAs.
  28.  
  29. Here are the DESKEY keystroke equivalents used with the ALT-LFT-SHIFT key:
  30.  
  31.         Desk            File            View            Options
  32.  
  33.         A-About...      O-Open          I-show Icon     D-install Disk
  34.         1-DA 1          S-Show info     T-show Text     L-install appL.
  35.         2-DA 2          N-New folder    M-sort naMe     R-set pReerences
  36.         3-DA 3          C-Close         E-sort datE     K-save desKtop
  37.         4-DA 4          W-close Window  Z-sort siZe     P-Print screen
  38.         5-DA 5          F-Format        Y-sort tYpe     B-Blitter
  39.         6-DA 6
  40.  
  41. ALT-LEFT-SHIFT-Q will call up Deskey so you can turn it on or off.  You can
  42. also select it from the DESK menu.
  43.  
  44. I have also added hotkeys for warm and cold starts:
  45.  
  46. warm - ALT-CTRL-DEL
  47. cold - ALT-CTRL-RT-SHFT-DEL
  48.  
  49.  
  50. You can install DC Deskey one way:
  51.  
  52. Just load the accessory.  When used this way, it'll install the handler.
  53.  
  54. You can change resolutions if you want.
  55.  
  56. Some DAs don't do an appl_init call as the first thing when they bootup.  If
  57. they do a GEM call before appl_init, they give up a timeslice to a DA after
  58. them, and the application IDs get mixed up in the menu.  If this happens,
  59. some desk accessories will not respond to the DESKEY key equivalent, since
  60. the appl_write function needs the correct ap_id, and AC_OPEN requires the
  61. correct menu id.  I do my best to send what they should be, but they can
  62. get messed up if the ap_id assignment gets delayed.
  63.  
  64. NOTE: A verified bug in GEM will sometimes put DC Deskey to sleep.  To wake
  65.       it up, simply select it from the desk menu.  Atari is now aware of
  66.       this bug, and is working to fix it.
  67.  
  68. A future version will allow you to create keystroke equivalents for ANY GEM
  69. program drop-down menu entries.
  70.  
  71. I find myself using new folder, close window, and show info DESKEY keys most.
  72.  
  73. DC Deskey is 100% assembly.
  74.  
  75. - mike
  76.  
  77.